Annotation Interface Configuration.ConfigurationNameMapping

Enclosing class:
Configuration

@Documented @Retention(RUNTIME) @Target(METHOD) public static @interface Configuration.ConfigurationNameMapping
Maps the annotated method to another property name in the context.

This can be used to map an arbitrary Annotation Method to another name, e.g. to access system properties with property names that are not valid method names in Java.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details