|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnnotationParser
Parses an input stream for compiler warnings and returns the found annotations.
| Method Summary | |
|---|---|
java.util.Collection<FileAnnotation> |
parse(java.io.InputStream inputStream)
Parses an input stream for compiler warnings and returns the found annotations. |
| Method Detail |
|---|
java.util.Collection<FileAnnotation> parse(java.io.InputStream inputStream)
throws java.io.IOException
inputStream - the stream to parse
java.io.IOException - Signals that an I/O exception has occurred.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||