Annotation Interface Configuration


@Retention(RUNTIME) @Target(METHOD) @Documented public @interface Configuration
Customizes how the property retrieval is handled.
Author:
Kohsuke Kawaguchi
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Default value to be applied if the actual configuration source doesn't specify this property.
    Name of the property.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Field Details

  • Element Details

    • name

      String name
      Name of the property.
      Default:
      "\u0000"
    • defaultValue

      String defaultValue
      Default value to be applied if the actual configuration source doesn't specify this property.
      Default:
      "\u0000"