Annotation Type SpecificationReference
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface SpecificationReferenceReference to a specification document.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdocumentUnique identifier for a specification document, such as 'RFC 6120' or 'XEP-0485'.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringversionAn optional version number, such as '1.2.0'.
-