BaseAnnotationManager<T extends BaseAnnotationManagerPlatformInterface> class abstract base

Base class for all annotation managers.

Parameterized on the platform-interface type so subclasses can read impl already typed as their concrete XxxAnnotationManagerPlatformInterface without holding a duplicate field.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The identifier of the annotation layer backing this manager.
no setter
impl → T
Platform-interface implementation backing this manager.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited