org.richfaces.cdk.apt
Interface CdkProcessor

All Superinterfaces:
javax.annotation.processing.Processor
All Known Implementing Classes:
CdkProcessorImpl

public interface CdkProcessor
extends javax.annotation.processing.Processor

Base class for all CDK Annotation processors. That class provides access to current CDK context and utility methods for Java source models.

Author:
asmirnov@exadel.com

Method Summary
 void processNonJavaSources()
           
 
Methods inherited from interface javax.annotation.processing.Processor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, process
 

Method Detail

processNonJavaSources

void processNonJavaSources()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.