Class GenericAnnotationWrapper<T extends AnnotationData>

    • Constructor Detail

      • GenericAnnotationWrapper

        protected GenericAnnotationWrapper​(T annotation)
        Constructor of the GenericAnnotationWrapper class.
        Parameters:
        annotation - Annotation to be contained.
    • Method Detail

      • setNameSpace

        public void setNameSpace​(String name)
        Sets the name space of the underlying AnnotationData instance.
        Parameters:
        name - The value to set.
      • getLastModified

        public Timestamp getLastModified()
        Returns the time when the annotation was last modified.
        Returns:
        See above.
      • setDescription

        public void setDescription​(String description)
        Sets the description of the underlying AnnotationData instance.
        Parameters:
        description - The description