Annotation Type Profile


@Documented @Target(METHOD) public @interface Profile
An annotation mapping an interface, methods or fields to a profile.
Since:
2.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The level for the annoted element.
  • Element Details

    • level

      The level for the annoted element. CORE means that all profiles should provides this element.
      Returns:
      The compliance level.