com.hazelcast.client.protocol.generator
Class CodeGenerator

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by 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


Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
CodeGenerator()
           
 
Method Summary
 void generate(TypeElement classElement)
           
 void init(ProcessingEnvironment env)
           
 boolean process(Set<? extends TypeElement> elements, RoundEnvironment env)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeGenerator

public CodeGenerator()
Method Detail

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.