org.violetlib.annotations
Annotation Type Fixed
-
@Retention(value=SOURCE) public @interface FixedA variable or method result is fixed if it always has the same value. A fixed variable is similar to a final variable except that a fixed variable is not subject to the strict initialization rules of a final variable. A fixed method result is nothing at all like a final method. It means the method is equivalent to a named constant.