org.jboss.aop.annotation.compiler
Class AnnotationDocletTagFactory

java.lang.Object
  extended byorg.jboss.aop.annotation.compiler.AnnotationDocletTagFactory
All Implemented Interfaces:
com.thoughtworks.qdox.model.DocletTagFactory, Serializable

public class AnnotationDocletTagFactory
extends Object
implements com.thoughtworks.qdox.model.DocletTagFactory

Comment

Version:
$Revision: 1.3 $
Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
AnnotationDocletTagFactory()
           
 
Method Summary
 com.thoughtworks.qdox.model.DocletTag createDocletTag(String s, String s1)
           
 com.thoughtworks.qdox.model.DocletTag createDocletTag(String s, String s1, com.thoughtworks.qdox.model.AbstractJavaEntity context, int i)
           
 com.thoughtworks.qdox.model.DocletTag createDocletTag(String s, String s1, int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationDocletTagFactory

public AnnotationDocletTagFactory()
Method Detail

createDocletTag

public com.thoughtworks.qdox.model.DocletTag createDocletTag(String s,
                                                             String s1,
                                                             com.thoughtworks.qdox.model.AbstractJavaEntity context,
                                                             int i)
Specified by:
createDocletTag in interface com.thoughtworks.qdox.model.DocletTagFactory

createDocletTag

public com.thoughtworks.qdox.model.DocletTag createDocletTag(String s,
                                                             String s1,
                                                             int i)

createDocletTag

public com.thoughtworks.qdox.model.DocletTag createDocletTag(String s,
                                                             String s1)
Specified by:
createDocletTag in interface com.thoughtworks.qdox.model.DocletTagFactory


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.