Annotation Interface Prototype.Annotated

Enclosing class:
Prototype

@Target({METHOD,TYPE}) @Retention(CLASS) public static @interface Prototype.Annotated
Adding this annotation in conjunction with the Prototype.Blueprint on a target interface type or method causes the value() be added to the generated implementation class and methods respectfully.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The annotation(s) to add to the generated methods and field names on the generated class w/ builder.
  • Element Details

    • value

      String[] value
      The annotation(s) to add to the generated methods and field names on the generated class w/ builder.
      Returns:
      The annotation(s) to add the generated method and field names