Package io.micronaut.core.annotation
Annotation Interface UsedByGeneratedCode
@Target({METHOD,ANNOTATION_TYPE,TYPE,CONSTRUCTOR,FIELD})
@Retention(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