diff src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java @ 19:f0f55ab768c9

more work on HTML UI.
author casties
date Thu, 06 Sep 2012 19:02:59 +0200
parents aafa3884b2c4
children b1fb0d117877
line wrap: on
line diff
--- a/src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java	Wed Sep 05 18:05:54 2012 +0200
+++ b/src/main/java/de/mpiwg/itgroup/annotations/restlet/BaseRestlet.java	Thu Sep 06 19:02:59 2012 +0200
@@ -165,6 +165,13 @@
     public abstract String getVersion();
 
     /**
+     * @return the store
+     */
+    public AnnotationStore getAnnotationStore() {
+        return store;
+    }
+
+    /**
      * returns consumer secret for consumer key. returns null if consumer key
      * doesn't exist.
      *