2.17.2: 2011-06-17

net.sf.basedb.util.extensions.xml
Annotation Type PathSetter


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

Indicates that a factory setter method which takes a string as it's input will have the value scanned by a PathConverter 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 (Wed, 10 Nov 2010) $

Optional Element Summary
 PathType pathType
          The type of path that should be generated.
 

pathType

public abstract 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

2.17.2: 2011-06-17