public interface ArgumentsRestrictionFactory
| Modifier and Type | Method and Description |
|---|---|
ArgumentsRestriction |
createArgumentsRestriction(Annotation annotation)
Tries to create an arguments restriction from the given annotation
|
List<Class<? extends Annotation>> |
supportedArgumentsAnnotations()
Gets a list of annotations that this factory can convert into arguments
restrictions
|
ArgumentsRestriction createArgumentsRestriction(Annotation annotation)
annotation - Annotationnull if this factory cannot
create a restriction from the given annotationList<Class<? extends Annotation>> supportedArgumentsAnnotations()
Copyright © 2012–2022. All rights reserved.