Uses of Enum
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTagInfo.Type
Packages that use JavadocTagInfo.Type
Package
Description
Contains the Javadoc checks that are bundled with the main distribution.
-
Uses of JavadocTagInfo.Type in com.puppycrawl.tools.checkstyle.checks.javadoc
Methods in com.puppycrawl.tools.checkstyle.checks.javadoc that return JavadocTagInfo.TypeModifier and TypeMethodDescriptionJavadocTagInfo.getType()Gets the Tag type defined byType.static JavadocTagInfo.TypeReturns the enum constant of this type with the specified name.static JavadocTagInfo.Type[]JavadocTagInfo.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.