mirror of
https://github.com/google/nomulus.git
synced 2025-08-21 00:34:42 +02:00
parent
58ec0f826d
commit
c0ac9bdba4
5 changed files with 9 additions and 15 deletions
|
@ -50,7 +50,7 @@ import javax.persistence.Converter;
|
|||
|
||||
/** Processor to generate {@link AttributeConverter} for {@code VKey} type. */
|
||||
@SupportedAnnotationTypes("google.registry.persistence.WithVKey")
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_8)
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_17)
|
||||
public class VKeyProcessor extends AbstractProcessor {
|
||||
|
||||
private static final String CONVERTER_CLASS_NAME_TEMP = "VKeyConverter_%s";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue