Class JavadocTypeCheck

  • All Implemented Interfaces:
    Configurable, Contextualizable

    public class JavadocTypeCheck
    extends AbstractCheck
    Checks the Javadoc of a type.

    Does not perform checks for author and version tags for inner classes, as they should be redundant because of outer class.

    Author:
    Oliver Burn, Michael Tamm