Annotation Interface 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 a PathConverter before the setter method is invoked.
Version:
2.7
Author:
nicklas
See Also:
Last modified
$Date: 2010-11-10 12:16:51 +0100 (on, 10 nov 2010) $
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The type of path that should be generated.
  • Element Details

    • pathType

      PathType pathType
      The type of path that should be generated. The default is to generate absolute paths.
      Since:
      2.17
      Default:
      ABSOLUTE