Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VAnnotations - Release 1
Annotation Type org.violetlib.annotations.Fixed
Deprecated: ShowHide
org.violetlib.annotations

Annotation Type Fixed

  • @Retention(value=SOURCE) public @interface Fixed
    A 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.