@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.public abstract String[] value
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.