public interface OptionRestrictionFactory
| Modifier and Type | Method and Description |
|---|---|
OptionRestriction |
createOptionRestriction(Annotation annotation)
Try and create an option restriction from the given annotation
|
List<Class<? extends Annotation>> |
supportedOptionAnnotations()
Gets a list of annotations that this factory can convert into option
restrictions
|
OptionRestriction createOptionRestriction(Annotation annotation)
annotation - Annotationnull if this factory cannot create
a restriction from the given annotationList<Class<? extends Annotation>> supportedOptionAnnotations()
Copyright © 2012–2022. All rights reserved.