Class JavadocTagParser

    • Constructor Detail

      • JavadocTagParser

        public JavadocTagParser()
    • Method Detail

      • setAddSingleValueMembers

        public void setAddSingleValueMembers​(boolean b)

        If true, all annotations will be given a single-member value whose value is the full raw contents of the javadoc tag. The name of this member is JAnnotation.SINGLE_MEMBER_VALUE, or 'value'. Note that this member will be overrdden in the event that the tag contains an explicit value named 'value'.

        The default for this setting is false.

        Parameters:
        b -
      • init

        public void init​(JamServiceContext ctx)

        Called by JAM to initialize the proxy. Do not try to call this yourself.

      • parse

        public abstract void parse​(MAnnotatedElement target,
                                   com.sun.javadoc.Tag tag)