Annotation Type SpecificationReference


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface SpecificationReference
    Reference to a specific part of a specification.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String document
      Unique identifier for a specification document, such as 'RFC 6120' or 'XEP-0485'.
    • Element Detail

      • document

        java.lang.String document
        Unique identifier for a specification document, such as 'RFC 6120' or 'XEP-0485'.
        Returns:
        a document identifier