org.glassfish.api
Annotation Type Absolutized


@Retention(value=SOURCE)
@Documented
@Target(value={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



Copyright © 2012 GlassFish Community. All Rights Reserved.