org.jboss.managed.spi.factory
Interface ManagedParameterConstraintsPopulator
public interface ManagedParameterConstraintsPopulator
Plugin for the ManagedParameter constraint related info.
- Version:
- $Revision: 69903 $
- Author:
- Scott.Stark@jboss.org
Method Summary |
void |
populateManagedParameter(String methodName,
org.jboss.reflect.spi.ParameterInfo info,
Fields fields)
Populate the ManagedParameter fields constraint related info. |
populateManagedParameter
void populateManagedParameter(String methodName,
org.jboss.reflect.spi.ParameterInfo info,
Fields fields)
- Populate the ManagedParameter fields constraint related info.
- Parameters:
methodName
- - the name of the method the param is
associated withinfo
- - the ParameterInfo for the method paramfields
- - the fields to add the constraints to
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.