com.sibvisions.rad.server.annotation
Annotation Type NotAccessible


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface NotAccessible

The Accessible annotation should be used to deny the access to objects in life-cylce objects. If an object is public accessible, this annotation should be used to deny external access. The internal access is still possible.



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.