dartboot_annotation 1.0.2 copy "dartboot_annotation: ^1.0.2" to clipboard
dartboot_annotation: ^1.0.2 copied to clipboard

The annotation library for DartBoot framework. https://github.com/dartboot/dartboot_annotation.

example/dartboot_annotation_example.dart

import 'package:dartboot_annotation/annotation.dart';

void main(args) {
  /// Don't use any annotations directly.
  /// Please use annotations with dartboot_core library.
}

@Bean()
class TestBean {

  static var globalValue = '';

  TestBean() {
    globalValue = 'Test';
  }
}
0
likes
55
pub points
0%
popularity

Publisher

unverified uploader

The annotation library for DartBoot framework. https://github.com/dartboot/dartboot_annotation.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on dartboot_annotation