Uses of Class
net.morimekta.providence.reflect.model.AnnotationDeclaration
-
Packages that use AnnotationDeclaration Package Description net.morimekta.providence.reflect.model -
-
Uses of AnnotationDeclaration in net.morimekta.providence.reflect.model
Methods in net.morimekta.providence.reflect.model that return types with arguments of type AnnotationDeclaration Modifier and Type Method Description java.util.List<AnnotationDeclaration>Declaration. getAnnotations()Constructor parameters in net.morimekta.providence.reflect.model with type arguments of type AnnotationDeclaration Constructor Description Declaration(java.lang.String documentation, ThriftToken nameToken, java.util.List<AnnotationDeclaration> annotations)EnumValueDeclaration(java.lang.String documentation, ThriftToken nameToken, ThriftToken idToken, int id, java.util.List<AnnotationDeclaration> annotations)
-