Class AnnotationVisitorReorderer


  • public class AnnotationVisitorReorderer
    extends java.lang.Object
    Reorders the annotation according to their canonical name
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationVisitorReorderer​(org.kohsuke.args4j.apt.AnnotationVisitor target)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void done()  
      void onOption​(java.lang.String name, java.lang.String usage)  
      void onOption​(OptionWithUsage optionWithUsage)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnnotationVisitorReorderer

        public AnnotationVisitorReorderer​(org.kohsuke.args4j.apt.AnnotationVisitor target)
    • Method Detail

      • onOption

        public void onOption​(java.lang.String name,
                             java.lang.String usage)
      • done

        public void done()