com.hazelcast.client.protocol.generator
Class CodeGeneratorMessageTaskFactory
java.lang.Object
javax.annotation.processing.AbstractProcessor
com.hazelcast.client.protocol.generator.CodeGeneratorMessageTaskFactory
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value="com.hazelcast.annotation.GenerateMessageTaskFactory")
@SupportedSourceVersion(value=RELEASE_6)
public class CodeGeneratorMessageTaskFactory
- extends AbstractProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeGeneratorMessageTaskFactory
public CodeGeneratorMessageTaskFactory()
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
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.