jaguar_reflect_bootstrap 0.4.0 copy "jaguar_reflect_bootstrap: ^0.4.0" to clipboard
jaguar_reflect_bootstrap: ^0.4.0 copied to clipboard

Dart 1 only

Bootstrapper for jaguar_reflect to automatically add Api from imported libraries

example/jaguar_reflect_bootstrap_example.dart

// Copyright (c) 2017, teja. All rights reserved. Use of this source code
// is governed by a BSD-style license that can be found in the LICENSE file.

import 'package:jaguar_reflect_bootstrap/jaguar_reflect_bootstrap.dart';
import 'package:jaguar/jaguar.dart';

@Api()
class ExampleApi {}

@Api()
class ExampleApi1 {}

main() {
  Jaguar server = new Jaguar();
  bootstrap(server);
}
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Bootstrapper for jaguar_reflect to automatically add Api from imported libraries

Homepage

License

BSD-3-Clause (LICENSE)

Dependencies

jaguar, jaguar_reflect

More

Packages that depend on jaguar_reflect_bootstrap