Annotation Type Prototype


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Prototype
    marks a resource. The resource will have a 'create with prototype' method.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      This is the id of the prototype
    • Element Detail

      • value

        java.lang.String value
        This is the id of the prototype