org.kohsuke.stapler
Class ExportedBeanAnnotationProcessor

java.lang.Object
  extended by org.kohsuke.stapler.ExportedBeanAnnotationProcessor
All Implemented Interfaces:
com.sun.mirror.apt.AnnotationProcessor

public class ExportedBeanAnnotationProcessor
extends java.lang.Object
implements com.sun.mirror.apt.AnnotationProcessor

Handles ExportedBean and Exported annotations.

Author:
Kohsuke Kawaguchi

Constructor Summary
ExportedBeanAnnotationProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
           
 
Method Summary
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportedBeanAnnotationProcessor

public ExportedBeanAnnotationProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
Method Detail

process

public void process()
Specified by:
process in interface com.sun.mirror.apt.AnnotationProcessor


Copyright © 2011. All Rights Reserved.