Package org.teavm.model
Interface AnnotationReader
-
- All Known Implementing Classes:
AnnotationHolder
public interface AnnotationReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<String>getAvailableFields()StringgetType()AnnotationValuegetValue(String fieldName)
-
-
-
Method Detail
-
getType
String getType()
-
getValue
AnnotationValue getValue(String fieldName)
-
-