Adding support to specify a key for a Facet refs #18214

This commit is contained in:
Luca Frosini 2019-12-05 11:09:18 +01:00
parent 22abc6ebfc
commit aefa8342f5
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ import org.gcube.informationsystem.model.reference.entities.Facet;
@Retention(RetentionPolicy.RUNTIME)
public @interface Key {
String name() default "";
String[] fields() default {};
}