org.kohsuke.stapler
Class QueryParameterAnnotationProcessor

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

Deprecated. Requiring 1.6 for development-time. Annotation processing is now a part of the core stapler.

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

Handles QueryParameter annotation and captures parameter names.

Author:
Kohsuke Kawaguchi

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

Constructor Detail

QueryParameterAnnotationProcessor

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

process

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


Copyright © 2012. All Rights Reserved.