org.bushe.swing.event.annotation
Class AnnotationProcessor

java.lang.Object
  extended by org.bushe.swing.event.annotation.AnnotationProcessor

public class AnnotationProcessor
extends java.lang.Object

Enhances classes that use EventService Annotations.

This class makes the EventService annotations "come alive." This can be used in code like so:

 public class MyAppController {
   public MyAppController {
       AnnotationProcessor.process(this);//this line can be avoided with a compile-time tool or an Aspect
   }


Constructor Summary
AnnotationProcessor()
           
 
Method Summary
static void process(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationProcessor

public AnnotationProcessor()
Method Detail

process

public static void process(java.lang.Object obj)