drails_commons 0.0.4 copy "drails_commons: ^0.0.4" to clipboard
drails_commons: ^0.0.4 copied to clipboard

outdated

Package used for drails_server and can be shared for other libraries, includent client side libraries.

Drails Commons #

Build Status

This library mantains common functions and variables usful for drails_di, dson and drails.

Examples:

//Get the value of the annotation of type Annotation1 that is over the class of instanceMirro1
var annotationValue = GetValueOfAnnotation<Annotation1>().fromInstance(instanceMirro1);

//Get the value of the annotation of type Annotation1 that is over the class of declarationMirror1
var annotationValue = GetValueOfAnnotation<Annotation1>().fromDeclaration(declarationMirror1);

//Get the list of values of the annotation of type Annotation1 that is over the class of instanceMirro1
var annotationValue = GetValuesOfAnnotations<Annotation1>().fromInstance(instanceMirro1);

//Get the value of the annotation of type Annotation1 that is over the class of declarationMirror1
var annotationValue = GetValuesOfAnnotations<Annotation1>().fromDeclaration(declarationMirror1);
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Package used for drails_server and can be shared for other libraries, includent client side libraries.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

logging

More

Packages that depend on drails_commons