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. annotations
Methods 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 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, java.lang.String name, java.lang.Object value)
private void
ModuleInfoYmlParser. processAnnotationValue(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, java.lang.String name, java.lang.Object value)
private void
ModuleInfoCreator. processAnnotationValues(ModuleAnnotation annotation, org.objectweb.asm.AnnotationVisitor visitor, java.util.List<?> list)
private void
ModuleInfoYmlParser. 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 void
ModuleInfoYml. setAnnotations(java.util.List<ModuleAnnotation> annotations)
-