Annotation Type License
-
@Retention(RUNTIME) @Target(TYPE) public @interface License
Class level annotation that identifies this class as being a license object. Can be populated to include name and url.
@Retention(RUNTIME)
@Target(TYPE)
public @interface License