Annotation Interface Absolutized


@Retention(SOURCE) @Documented @Target({METHOD,PARAMETER,FIELD}) public @interface Absolutized
Used in conjunction with File or String that represents a file to indicate that the path is absolutized.

Note that using String to represent a path name is discouraged, because of the lack of type safety.

Author:
Kohsuke Kawaguchi