com.mysema.query.apt
Class Processor

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

@Immutable
public class Processor
extends Object

Processor handles the actual work in the Querydsl APT module

Author:
tiwe

Constructor Summary
Processor(ProcessingEnvironment env, Configuration configuration)
           
 
Method Summary
 void process(RoundEnvironment roundEnv)
          Do the actual processing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Processor

public Processor(ProcessingEnvironment env,
                 Configuration configuration)
Method Detail

process

public void process(RoundEnvironment roundEnv)
Do the actual processing

Parameters:
roundEnv -


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