com.jslsolucoes.auth.ee.extension.PrivateAnnotationLiteral Maven / Gradle / Ivy
package com.jslsolucoes.auth.ee.extension;
import javax.enterprise.util.AnnotationLiteral;
import com.jslsolucoes.auth.ee.Private;
import com.jslsolucoes.auth.ee.PrivateType;
@SuppressWarnings("serial")
public class PrivateAnnotationLiteral extends AnnotationLiteral implements Private {
@Override
public PrivateType value() {
return PrivateType.ALWAYS;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy