Uses of Class
org.jboss.logging.annotations.ValidIdRange
-
Packages that use ValidIdRange Package Description org.jboss.logging.annotations org.jboss.logging.processor.model -
-
Uses of ValidIdRange in org.jboss.logging.annotations
Methods in org.jboss.logging.annotations that return ValidIdRange Modifier and Type Method Description ValidIdRange[]
value()
An array of valid id ranges. -
Uses of ValidIdRange in org.jboss.logging.processor.model
Methods in org.jboss.logging.processor.model that return types with arguments of type ValidIdRange Modifier and Type Method Description List<ValidIdRange>
MessageInterface. validIdRanges()
Returns a list ofvalid id ranges
.
-