Class Annotations

    • Constructor Detail

      • Annotations

        public Annotations()
    • Method Detail

      • add

        public void add​(Annotation override)
        Method for adding specified annotation, overriding existing value for the annotation type.
      • addAll

        public void addAll​(Annotations overrides)
        Method for adding all annotations from specified set, as overrides to annotations this set has
      • addAsDefault

        public void addAsDefault​(Annotation defValue)
        Method for adding specified annotation if and only if no value exists for the annotation type.
      • size

        public int size()
      • asArray

        public Annotation[] asArray()
        Since:
        1.1.1