Package org.teavm.model
Interface AnnotationContainerReader
-
- All Known Implementing Classes:
AnnotationContainer
public interface AnnotationContainerReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<? extends AnnotationReader>all()AnnotationReaderget(java.lang.String type)
-
-
-
Method Detail
-
get
AnnotationReader get(java.lang.String type)
-
all
java.lang.Iterable<? extends AnnotationReader> all()
-
-