Annotation Type ResourceGeneratorType


  • @Target(TYPE)
    public @interface ResourceGeneratorType
    Specifies the implementation of ResourceGenerator to use for a type of ResourcePrototype.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends ResourceGenerator> value