Skip to content

Commit

Permalink
EA-3236 add Non language literal
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Aug 4, 2023
1 parent 643f050 commit 6a844a1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package eu.europeana.api.record.datatypes;

public interface NonLanguageTaggedLiteral<T> extends Literal<T> {

}

0 comments on commit 6a844a1

Please sign in to comment.