@Target(value={METHOD,ANNOTATION_TYPE,TYPE,CONSTRUCTOR,FIELD})
 @Retention(value=SOURCE)
 @Internal
public @interface UsedByGeneratedCode
A marker annotation indicating that a method is used by generated code and should
 not be modified or removed otherwise a binary compatibility problem will be introduced.
- Since:
- 1.0
- Author:
- graemerocher