public class AnnotationFileUtil extends Object
Constructor and Description |
---|
AnnotationFileUtil() |
Modifier and Type | Method and Description |
---|---|
static List<AnnotationFileResource> |
allAnnotationFiles(String location)
Return annotation files found in the file system (does not look on classpath).
|
public static List<AnnotationFileResource> allAnnotationFiles(String location)
location
- an annotation file (stub file), a jarfile, or a directory. Look for it as an
absolute file and relative to the current directory.