org.jboss.managed.api.annotation
Class ManagementProperty.NULL_CONSTRAINTS

java.lang.Object
  extended by org.jboss.managed.api.annotation.ManagementProperty.NULL_CONSTRAINTS
All Implemented Interfaces:
ManagedPropertyConstraintsPopulatorFactory
Enclosing class:
ManagementProperty

public static final class ManagementProperty.NULL_CONSTRAINTS
extends Object
implements ManagedPropertyConstraintsPopulatorFactory

Used in ManagementProperty.constraintsFactory() to signal that the factory be inferred from the type of the property.


Constructor Summary
ManagementProperty.NULL_CONSTRAINTS()
           
 
Method Summary
 ManagedPropertyConstraintsPopulator newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagementProperty.NULL_CONSTRAINTS

public ManagementProperty.NULL_CONSTRAINTS()
Method Detail

newInstance

public ManagedPropertyConstraintsPopulator newInstance()
Specified by:
newInstance in interface ManagedPropertyConstraintsPopulatorFactory


Copyright © 2008 JBoss Inc.. All Rights Reserved.