Annotation Interface Configuration.Key

Enclosing class:
Configuration

@Documented @Target(METHOD) @Retention(CLASS) public static @interface Configuration.Key
By default, a configuration field is resolved in the CypherMapWrapper parameter with the method name as the expected key. This annotation changes the key to look up to use value() instead.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details