org.kohsuke.stapler
Class QueryParameterAnnotationProcessor
java.lang.Object
org.kohsuke.stapler.QueryParameterAnnotationProcessor
- All Implemented Interfaces:
- com.sun.mirror.apt.AnnotationProcessor
public class QueryParameterAnnotationProcessor
- extends Object
- implements com.sun.mirror.apt.AnnotationProcessor
Handles QueryParameter annotation and captures parameter names.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryParameterAnnotationProcessor
public QueryParameterAnnotationProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
process
public void process()
- Specified by:
process in interface com.sun.mirror.apt.AnnotationProcessor
Copyright © 2012. All Rights Reserved.