Annotation Interface ConfigurationPrefix


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface ConfigurationPrefix
Marks an interface that provides some configuration for a specific class.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the name of the class the interface configures.
  • Element Details

    • value

      String value
      Returns the name of the class the interface configures.
      Returns:
      The name of the class the interface configures.