@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface RolesAllowed
@RolesAllowed({"user","system"})
an Experimenter
must be linked to either the ExperimenterGroup "user" or "system"
by a GroupExperimenterMap.
This annotation replaces the previously used version with the same
semantics from the JavaEE spec.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.