Package io.micronaut.core.annotation
Annotation Interface Generated
@Target({PACKAGE,TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER})
@Retention(CLASS)
public @interface Generated
A marker annotation for methods that are generated though an annotation processor.
- Since:
- 2.0
- Author:
- David Bidorff, graemerocher
-
Optional Element Summary
-
Element Details
-
service
String service- Returns:
- The name of the ServiceLoader service this generated type should be registered with (if any).
- Default:
- ""
-