LibraryCapability class

Gives support for library-mirrors.

This will cause support for reflecting for all libraries containing annotated classes (enabling support for ClassMirror.owner), and all annotated libraries.

TODO(sigurdm) feature: Split this into EnclosingLibraryCapability(), LibraryCapabiliy(String regex) and LibraryMetaCapability(Type type).

Implemented types
Implementers

Constructors

LibraryCapability()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
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