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 ModuleAnnotationMethods in io.github.dmlloyd.moduleinfo that return types with arguments of type ModuleAnnotationMethods in io.github.dmlloyd.moduleinfo with parameters of type ModuleAnnotationModifier and TypeMethodDescriptionprivate void
ModuleInfoCreator.processAnnotation
(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor annotationVisitor) private void
ModuleInfoCreator.processAnnotation
(org.objectweb.asm.ClassVisitor cv, ModuleAnnotation annotation) private void
ModuleInfoYmlParser.processAnnotation
(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor annotationVisitor) private void
ModuleInfoYmlParser.processAnnotation
(org.objectweb.asm.ClassVisitor cv, ModuleAnnotation annotation) private void
ModuleInfoCreator.processAnnotationValue
(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, String name, Object value) private void
ModuleInfoYmlParser.processAnnotationValue
(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, String name, Object value) private void
ModuleInfoCreator.processAnnotationValues
(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, List<?> list) private void
ModuleInfoYmlParser.processAnnotationValues
(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, List<?> list) Method parameters in io.github.dmlloyd.moduleinfo with type arguments of type ModuleAnnotationModifier and TypeMethodDescriptionvoid
ModuleInfoYml.setAnnotations
(List<ModuleAnnotation> annotations)