Not anymore deprecated for the time being
[gpl/argeo-suite.git] / org.argeo.app.api / src / org / argeo / app / api / JcrName.java
index e93b56d63a7be013fc5b3d5b88f34bffb670fa87..182494a7fc77fe33b8d726a8fb726eeb84c1cafc 100644 (file)
@@ -4,7 +4,6 @@ import java.util.function.Supplier;
 
 /** Can be applied to {@link Enum}s in order to generate prefixed names. */
 @FunctionalInterface
-@Deprecated
 public interface JcrName extends Supplier<String> {
        String name();