Annotation Interface Namespace


Annotations to separate NameProvider names into namespaces. For example, the Core namespace is used with the Node API, while the TypeConverter namespace is used with the TypeConverter API. This can be annotated on another annotation to create an alias annotation for a common namespace.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The namespace name.
  • Element Details

    • value

      String value
      The namespace name.