geo/src/main/java/org/apidesign/html/geo/impl/GeoProcessor.java
Mon, 16 Dec 2013 15:00:21 +0100 Changing license to standard GPLv2CPE/CDDL
Mon, 29 Jul 2013 16:06:51 +0200 OnLocation methods can have additional arguments
Tue, 09 Jul 2013 08:08:36 +0200 Make sure the generated methods really override superclass ones
Sun, 07 Jul 2013 07:47:58 +0200 Allow @OnLocation and onError methods to throw anything
Sun, 07 Jul 2013 07:45:11 +0200 Checks for proper declaration of the onError method
Sun, 07 Jul 2013 07:22:04 +0200 Check for proper declaration of the @OnLocation method
Sun, 07 Jul 2013 06:56:12 +0200 Hiding the geolocation handle into Position class
Sun, 07 Jul 2013 06:53:26 +0200 Generates onError callback
Sun, 07 Jul 2013 06:45:09 +0200 Generates meaningful onLocation method
Sat, 06 Jul 2013 08:09:53 +0200 Initial version of @OnLocation API