org.jboss.aop.annotation.compiler
Class AnnotationDocletTagFactory

java.lang.Object
  extended by org.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: 60966 $
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 aje, 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 aje,
                                                             int i)
Specified by:
createDocletTag in interface com.thoughtworks.qdox.model.DocletTagFactory

createDocletTag

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


Copyright © 2004 JBoss Inc. All Rights Reserved.