Explore >> Select a destination


You are here

www.vogella.com
| | sinoglot.com
97.5 parsecs away

Travel
| |
| | renato.athaydes.com
29.4 parsecs away

Travel
| |
| | bill.burkecentral.com
25.7 parsecs away

Travel
| | 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
118.8 parsecs away

Travel
| 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.