Annotation Type 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
    java.lang.String value
    Returns the name of the class the interface configures.
  • Element Details

    • value

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