org.kohsuke.stapler.config
Annotation Type Configuration


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface Configuration

Customizes how the property retrieval is handled.

Author:
Kohsuke Kawaguchi
See Also:
ConfigurationLoader

Optional Element Summary
 String defaultValue
          Default value to be applied if the actual configuration source doesn't specify this property.
 String name
          Name of the property.
 

name

public abstract String name
Name of the property.

Default:
"\u0000"

defaultValue

public abstract String defaultValue
Default value to be applied if the actual configuration source doesn't specify this property.

Default:
"\u0000"


Copyright © 2013. All Rights Reserved.