public interface ConfigParam
This interface helps to expose only one API for all configuration annotation that share the methods.
Modifier and Type | Method and Description |
---|---|
Object |
defaultValue()
Gets the default value.
|
String |
propertyKey()
Gets the property key for this parameter.
|
Class<? extends PropertySetter> |
setter()
Gets the
PropertySetter . |
Class<? extends PropertySetter> setter()
Gets the PropertySetter
.
Object defaultValue()
Gets the default value.
String propertyKey()
Gets the property key for this parameter.
Copyright © 2012-2015. All Rights Reserved.