com.hazelcast.client.protocol.generator
Class CodeGenerator
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.hazelcast.client.protocol.generator.CodeGenerator
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value="com.hazelcast.annotation.GenerateParameters")
@SupportedSourceVersion(value=RELEASE_6)
public class CodeGenerator
- extends AbstractProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeGenerator
public CodeGenerator()
init
public void init(ProcessingEnvironment env)
- Specified by:
init
in interface Processor
- Overrides:
init
in class AbstractProcessor
process
public boolean process(Set<? extends TypeElement> elements,
RoundEnvironment env)
- Specified by:
process
in interface Processor
- Specified by:
process
in class AbstractProcessor
generate
public void generate(TypeElement classElement)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.