|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotationParser
Interface of the annotation parser.
| Method Summary | |
|---|---|
Annotation |
parse(java.io.InputStream annotationFileStream)
Parse the annotation in specified input stream. |
Annotation |
parse(java.lang.String annotationFile)
Parse the annotation in specified file. |
| Method Detail |
|---|
Annotation parse(java.lang.String annotationFile)
annotationFile - The full path to the annotation file needs to be parsed.
Annotation parse(java.io.InputStream annotationFileStream)
annotationFileStream - The input stream of the annotation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||