@Retention(value=RUNTIME) public @interface ManagementParameter
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends ManagedParameterConstraintsPopulatorFactory> |
constraintsFactory
The constraints, allowed values populator factory
|
String |
description
The parameter description
|
String |
name
The parameter name
|
public abstract String name
public abstract String description
public abstract Class<? extends ManagedParameterConstraintsPopulatorFactory> constraintsFactory
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.