Annotation Type Contact
-
@Retention(RUNTIME) @Target(TYPE) public @interface Contact
Class level annotation that identifies this class as being a contact. Can be populated with email, name and url fields.
@Retention(RUNTIME)
@Target(TYPE)
public @interface Contact