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 Iterable<? extends AnnotationReader>all()AnnotationReaderget(String type)
-
-
-
Method Detail
-
get
AnnotationReader get(String type)
-
all
Iterable<? extends AnnotationReader> all()
-
-