Annotation Type PathSetter
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface PathSetter
Indicates that a factory setter method which takes a string as it's input will have the value scanned by aPathConverter
before the setter method is invoked.- Version:
- 2.7
- Author:
- nicklas
- See Also:
VariableSetter
,PathConverter
- Last modified
- $Date: 2010-11-10 12:16:51 +0100 (on, 10 nov 2010) $
-
-
Element Detail
-
pathType
PathType pathType
The type of path that should be generated. The default is to generate absolute paths.- Since:
- 2.17
- Default:
- net.sf.basedb.util.extensions.xml.PathType.ABSOLUTE
-
-