Class AnnotationBuilder


  • public class AnnotationBuilder
    extends java.lang.Object
    Helper class to stringify annotation declarations.
    Since:
    1.0.0
    Author:
    Gokhan Ergul
    • Constructor Detail

      • AnnotationBuilder

        protected AnnotationBuilder​(java.lang.Class<? extends java.lang.annotation.Annotation> type)
    • Method Detail

      • getType

        public java.lang.Class<? extends java.lang.annotation.Annotation> getType()
      • add

        public AnnotationBuilder add​(java.lang.String key,
                                     java.lang.String val)
      • add

        public AnnotationBuilder add​(java.lang.String key,
                                     java.util.EnumSet val)
      • hasComponents

        public boolean hasComponents()
      • toString

        protected void toString​(java.lang.StringBuilder sb)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object