net.sf.ooweb.objectmapping
Annotation Type Secure


@Target(value={TYPE,METHOD})
@Inherited
@Retention(value=RUNTIME)
@Documented
public @interface Secure

Secure

Since:
0.7
Author:
Darren Davison

Required Element Summary
 java.lang.String[] value
          the array of rolenames that have access to the method
 

Element Detail

value

public abstract java.lang.String[] value
the array of rolenames that have access to the method



Copyright (C) 2005-2007 OOWeb Authors.