Package ome.annotations

Runtime source annotation package for the OMERO server This includes classes that annotate source code and check metadata at runtime for server API calls.

See:
          Description

Class Summary
AnnotationUtils Checks metadata constraints on API calls.
ApiConstraintChecker Checks metadata constraints on API calls.
 

Annotation Types Summary
Hidden annotation which specifies that a method parameter (e.g. a password) must be hidden from logging output.
NotNull annotation used for determining the types of a Set
PermitAll Security annotation which allows a method to be called by all users regardless of their status.
RevisionDate annotation used for tracking source code changes.
RevisionNumber annotation used for tracking source code changes.
RolesAllowed Security annotation which specifies a list of user roles which will be permitted to execute this method.
Validate annotation used for determining the types of a Set
 

Package ome.annotations Description

Runtime source annotation package for the OMERO server

This includes classes that annotate source code and check metadata at runtime for server API calls.

Related Documentation

For more information, please see: