org.jboss.aop.annotation.util
Class FindAnnotations

java.lang.Object
  extended byorg.jboss.aop.annotation.util.FindAnnotations

public class FindAnnotations
extends Object


Field Summary
static javassist.ClassPool pool
           
 
Constructor Summary
FindAnnotations()
           
 
Method Summary
static void main(String[] args)
           
static void printAnnotation(javassist.bytecode.annotation.Annotation info)
           
static void printAnnotations(javassist.bytecode.annotation.Annotation[] annotations)
           
static void printClassAttributes(javassist.CtClass clazz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pool

public static javassist.ClassPool pool
Constructor Detail

FindAnnotations

public FindAnnotations()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

printAnnotations

public static void printAnnotations(javassist.bytecode.annotation.Annotation[] annotations)

printClassAttributes

public static void printClassAttributes(javassist.CtClass clazz)
                                 throws Exception
Throws:
Exception

printAnnotation

public static void printAnnotation(javassist.bytecode.annotation.Annotation info)


Copyright © 2004 JBoss Inc. All Rights Reserved.