@Target(value=CONSTRUCTOR) @Retention(value=RUNTIME) @Documented public @interface ConfigConstructor
This annotations marks a constructor to use to build a new instance of an annotated service.
Copyright © 2012-2015. All Rights Reserved.