This file contains highlights of what changes on each version of the forcemvc package.
renaming to mirrorme
add a method on MetadataValue to get the return type typeOfOwner
extends the MetaDataHelper with method fromMirror, so we can look at it without instantiating it.
add iml to gitignore Rename AnnotationChecker to AnnotationScanner Scan All libraries instead of just RootLibrary Add Documentation
Change logic of annotation_checker and class_scanner to reduce size.
Skip dart core libraries to scan for annotations.
Add method 'getOtherMetadata' in the class 'MetaDataValue'.
Extend MetaDataHelper so it can search for methods and variables.
Adding name to get the string name out of the mirrors in the class 'MetaDataValue'.
Adding functionality to check if a annotation is available on a class.
Provide methodMirror in MetaDataValue and added a property to access parameters.
Adding dev dependencies for unittests.
Creating the correct instance of the correct class in class searcher.
Adding a way to search for class that implements or extends a certain class with mirror operations.
Solving a bug in metadata helpers to return a value.
Adding a class scanner to get a list of all classes with a certain annotation.
Adding invoke method to force metadata value.
Adding some minor changes.
Adding tests for mirrorhelpers and classes for annotation handling.