All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jslsolucoes.auth.ee.extension.PrivateAnnotationLiteral Maven / Gradle / Ivy

There is a newer version: 1.0.32
Show newest version
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