Class JavaAnnotationInfo

    • Constructor Detail

      • JavaAnnotationInfo

        public JavaAnnotationInfo()
        Creates an empty JavaAnnotationInfo
      • JavaAnnotationInfo

        public JavaAnnotationInfo​(boolean visible)
        JavaAnnotationInfo constructor
        Parameters:
        newVisible - Visible flag of the Annotation
    • Method Detail

      • getVisible

        public boolean getVisible()
        Get the JavaAnnotationInfo::Visible
        Returns:
        the Visible
      • setVisible

        public void setVisible​(boolean visible)
        Set the JavaAnnotationInfo::Visible
        Parameters:
        newVisible - the Visible to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getId

        public UUID getId()
        Returns:
        the id
      • setId

        public void setId​(UUID theid)
        Parameters:
        theid - the id to set