Back to project page baracus-framework.
The source code is released under:
Apache License
If you think the Android project baracus-framework listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package net.mantucon.baracus.annotations; // w w w . ja v a2 s .c o m /** * Bean annotation denoting a bean as a component or a variable as an injection target.<br><hr> * <p/> * <p/> * Because baracus relies on type based injection * this annotation has only a documentary character * in order to enable you to mark variables a bean injection * targets. If you leave it out, it has no effect on the injection * process which is relying on types.<br> * <p/> * Use this bean to document components and injection targets as well. */ public @interface Bean { }