net.sf.jelly.apt
Class Context

java.lang.Object
  extended by net.sf.jelly.apt.Context

public class Context
extends java.lang.Object

The context for the annotation processing tool. Established by the processor

Author:
Ryan Heaton

Constructor Summary
Context()
           
 
Method Summary
static com.sun.mirror.apt.AnnotationProcessorEnvironment getCurrentEnvironment()
          Get the current annotation processor environment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context()
Method Detail

getCurrentEnvironment

public static com.sun.mirror.apt.AnnotationProcessorEnvironment getCurrentEnvironment()
Get the current annotation processor environment.

Returns:
The current annotation processor environment.