org.ow2.util.scan.api.configurator
Interface IClassConfigurator

All Superinterfaces:
ICommonConfigurator
All Known Implementing Classes:
ClassMetadataConfigurator

public interface IClassConfigurator
extends ICommonConfigurator

ClassConfigurator.

Author:
Gael Lalire

Method Summary
 IFieldConfigurator createFieldConfigurator(JField jField)
           
 IMethodConfigurator createMethodConfigurator(JMethod jMethod)
           
 
Methods inherited from interface org.ow2.util.scan.api.configurator.ICommonConfigurator
configurationComplete, getAnnotationVisitor
 

Method Detail

createMethodConfigurator

IMethodConfigurator createMethodConfigurator(JMethod jMethod)
Parameters:
jMethod - method signature
Returns:
a method configurator

createFieldConfigurator

IFieldConfigurator createFieldConfigurator(JField jField)
Parameters:
jField - field signature
Returns:
a field configurator


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.