You are here |
www.vogella.com | ||
| | | |
sinoglot.com
|
|
| | | | ||
| | | |
renato.athaydes.com
|
|
| | | | ||
| | | |
bill.burkecentral.com
|
|
| | | | When writing an annotation-based framework, you many times have the need to find all classes that use a specific annotation at deployment time to initialize your framework. For example, the EJB 3.0 deployer needs to know which classes are annotated with @Stateless, @Stateful, and @MessageDriven, so it can create a container for each of those... | |
| | | |
wittchen.io
|
|
| | Introduction In one of my open-source projects - ReactiveNetwork I have a documentation in README.md file and I have JavaDocs as well. This project is an Android library written in Java and built with Gradle. Moreover, I develop this project on two separate Git branches - one for RxJava1.x and another one for RxJava2.x. Similar convention is in the RxJava repository, so I followed it. After each release I publish documentation and JavaDocs on GitHub pages for both versions. |