- All Superinterfaces:
- Cloneable, IAccessor, IAddon, IMRulesObject, IReadAccessor, Outable, Serializable
- All Known Implementing Classes:
- MPropertyAccessor, MVariablePropertyAccessor
- Enclosing interface:
- IReadAccessor
public static interface IReadAccessor.Standalone
extends IReadAccessor
Annotating a read accessor with the Standalone interface
just points out that this particular accessor may have side effects and should be able
to be called in a standalone way, i.e. ignoring its returing value.
For example, direct method calls are concerned.