@Retention(value=SOURCE) @Documented @Target(value={METHOD,PARAMETER,FIELD}) public @interface Absolutized
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.
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.