Uses of Class
dev.hilla.parser.models.AnnotationInfoModel
-
Packages that use AnnotationInfoModel Package Description dev.hilla.parser.models -
-
Uses of AnnotationInfoModel in dev.hilla.parser.models
Methods in dev.hilla.parser.models that return AnnotationInfoModel Modifier and Type Method Description static AnnotationInfoModelAnnotationInfoModel. of(io.github.classgraph.AnnotationInfo origin)static AnnotationInfoModelAnnotationInfoModel. of(Annotation origin)Methods in dev.hilla.parser.models that return types with arguments of type AnnotationInfoModel Modifier and Type Method Description List<AnnotationInfoModel>AnnotatedModel. getAnnotations()default Stream<AnnotationInfoModel>AnnotatedModel. getAnnotationsStream()Class<AnnotationInfoModel>AnnotationInfoModel. getCommonModelClass()protected abstract List<AnnotationInfoModel>ClassRefSignatureModel. prepareAnnotations()
-