FileDocCategorySizeDatePackage
TaggedMethodFinder.javaAPI DocExample699Wed Apr 19 11:17:18 BST 2000com.sun.tools.doclets

TaggedMethodFinder

public class TaggedMethodFinder extends MethodFinder
Find a tagged method.
author
Atul M Dambalkar

Fields Summary
Constructors Summary
Methods Summary
public booleanisCorrectMethod(com.sun.javadoc.MethodDoc method)

        return method.paramTags().length + method.tags("return").length + 
               method.throwsTags().length + method.seeTags().length > 0;