Annotation Type LinkURI


  • @Retention(RUNTIME)
    @Target({TYPE,FIELD})
    public @interface LinkURI
    An annotation to indicate the URI associated with a class or a field within a class. When this annotation is absent, the URI for a class or a field is constructed by appending the name of the class or field to the defining schema’s default prefix.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value