Package one.xingyi.core.annotations
Annotation Type Prototype
-
@Retention(RUNTIME) @Target(TYPE) public @interface Prototypemarks a resource. The resource will have a 'create with prototype' method.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThis is the id of the prototype
-