This is a Java keyword that specifies a variable cannot change. Similar to C Constants.

Boilerplate

final myvar = 20;