This is a {@link UniqueOption} that can be used for testing. @author Davide D'Alto <davide@hibernate.org>
33343536373839
static class NameExampleOptionConverter implements AnnotationConverter<NameExample> { @Override public OptionValuePair<?> convert(NameExample annotation) { return OptionValuePair.getInstance( new NameExampleOption(), annotation.value() ); }