Package ball.annotation
Annotation Type ConstantValueMustConvertTo
-
@Documented @Retention(RUNTIME) @Target({FIELD,LOCAL_VARIABLE}) public @interface ConstantValueMustConvertTo
Annotation to specify a field constant expression must convert to the specified type. The test is made at compile time during annotation processing.- Author:
- Allen D. Ball
- See Also:
ConstantValueMustConvertToProcessor