Annotation Interface CompileTimeConstant


@Documented @Retention(CLASS) @Target({PARAMETER,FIELD}) @interface CompileTimeConstant
Annotation for method parameter and class field declarations, which denotes that corresponding actual values must be compile-time constant expressions.