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

sk.seges.sesam.pap.service.annotation.LocalService Maven / Gradle / Ivy

The newest version!
package sk.seges.sesam.pap.service.annotation;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

@Target(ElementType.TYPE)
public @interface LocalService {
	
	public @interface SecurityProvider {
		
		Class entityClass();
		
		Class securityProvider();
		
	}
	
	Class localInterace() default Void.class;

	SecurityProvider[] securityProviders() default {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy