Annotation Interface Profile


@Target({TYPE,PACKAGE}) @Retention(RUNTIME) public @interface Profile
Annotation for a type that indicates what profiles it belongs to
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The set of profiles for which this component should be registered.
  • Element Details

    • value

      String[] value
      The set of profiles for which this component should be registered.
      Default:
      {"default"}