forcemirrors 0.1.4+1 copy "forcemirrors: ^0.1.4+1" to clipboard
forcemirrors: ^0.1.4+1 copied to clipboard

outdatedDart 1 only

A mirrors helper library for the dart force framework

Dart Force Mirrors #

LOGO!

Part of the Dart Force Framework.

A mirrors helper library for the dart force framework

Walkthrough

This is how you can scrap the metadata info from an object.

MetaDataHelper<MetaData> mirrorHelper = new MetaDataHelper<MetaData>();
List<MetaDataValue<MetaData>> mirrorModels = mirrorHelper.getMirrorValues(new Anno());

The annotated class.

class Anno {

  @MetaData("test")
  void test() {}
  
}

MetaDataValue has the following fields:

Symbol memberName;
InstanceMirror instanceMirror;
T object;

Notes to Contributors #

Fork Dart Force MVC

If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.

If you are new to Git or GitHub, please read this guide first.

Dart Force

Realtime web framework for dart that uses force MVC source code

Twitter

Follow us on twitter https://twitter.com/usethedartforce

Google+

Follow us on google+

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A mirrors helper library for the dart force framework

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

unittest

More

Packages that depend on forcemirrors