Uses of Class
io.github.dmlloyd.moduleinfo.ModuleAnnotation
-
-
Uses of ModuleAnnotation in io.github.dmlloyd.moduleinfo
Fields in io.github.dmlloyd.moduleinfo with type parameters of type ModuleAnnotation Modifier and Type Field Description private java.util.List<ModuleAnnotation>ModuleInfoYml. annotationsMethods in io.github.dmlloyd.moduleinfo that return types with arguments of type ModuleAnnotation Modifier and Type Method Description java.util.List<ModuleAnnotation>ModuleInfoYml. getAnnotations()Methods in io.github.dmlloyd.moduleinfo with parameters of type ModuleAnnotation Modifier and Type Method Description private voidModuleInfoCreator. processAnnotation(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor annotationVisitor)private voidModuleInfoCreator. processAnnotation(org.objectweb.asm.ClassVisitor cv, ModuleAnnotation annotation)private voidModuleInfoYmlParser. processAnnotation(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor annotationVisitor)private voidModuleInfoYmlParser. processAnnotation(org.objectweb.asm.ClassVisitor cv, ModuleAnnotation annotation)private voidModuleInfoCreator. processAnnotationValue(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, java.lang.String name, java.lang.Object value)private voidModuleInfoYmlParser. processAnnotationValue(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, java.lang.String name, java.lang.Object value)private voidModuleInfoCreator. processAnnotationValues(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, java.util.List<?> list)private voidModuleInfoYmlParser. processAnnotationValues(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, java.util.List<?> list)Method parameters in io.github.dmlloyd.moduleinfo with type arguments of type ModuleAnnotation Modifier and Type Method Description voidModuleInfoYml. setAnnotations(java.util.List<ModuleAnnotation> annotations)
-