com.mysema.query.apt
Class Processor

java.lang.Object
  extended by com.mysema.query.apt.Processor

public class Processor
extends java.lang.Object

Processor handles the actual work in the Querydsl APT module

Author:
tiwe

Constructor Summary
Processor(javax.annotation.processing.ProcessingEnvironment env, javax.annotation.processing.RoundEnvironment roundEnv, Configuration configuration)
          Create a new Processor instance
 
Method Summary
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Processor

public Processor(javax.annotation.processing.ProcessingEnvironment env,
                 javax.annotation.processing.RoundEnvironment roundEnv,
                 Configuration configuration)
Create a new Processor instance

Parameters:
env -
roundEnv -
configuration -
Method Detail

process

public void process()


Copyright © 2007-2010 Mysema Ltd. All Rights Reserved.