org.jboss.aop.util
Class ForceInterfaceToImplementAnnotation

java.lang.Object
  extended by org.jboss.aop.util.ForceInterfaceToImplementAnnotation

public class ForceInterfaceToImplementAnnotation
extends Object

Class to be used during installation of the JDK 1.4 deployer in JBoss 4.0.x. The AOP 1.5.x JDK 1.4 aspect library annotation interfaces do not extend org.jboss.lang.Annotation, which is a requirement for the JBoss Retroed JDK 1.4 version of the aop deployer.

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
ForceInterfaceToImplementAnnotation()
           
 
Method Summary
static void main(String[] args)
           
static void weaveClass(File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForceInterfaceToImplementAnnotation

public ForceInterfaceToImplementAnnotation()
Method Detail

main

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

weaveClass

public static void weaveClass(File file)


Copyright © 2008 JBoss, a division of Red Hat, Inc.. All Rights Reserved.