changeset 1279:7b91182a8455

Document DecoratorProvider as an ExtensionPoint Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-October/008464.html
author Omair Majid <omajid@redhat.com>
date Wed, 16 Oct 2013 13:19:53 -0400
parents 341b73a2b354
children e88531d6fdc6
files client/core/src/main/java/com/redhat/thermostat/client/ui/DecoratorProvider.java
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/core/src/main/java/com/redhat/thermostat/client/ui/DecoratorProvider.java	Wed Oct 16 12:40:04 2013 -0400
+++ b/client/core/src/main/java/com/redhat/thermostat/client/ui/DecoratorProvider.java	Wed Oct 16 13:19:53 2013 -0400
@@ -36,6 +36,7 @@
 
 package com.redhat.thermostat.client.ui;
 
+import com.redhat.thermostat.annotations.ExtensionPoint;
 import com.redhat.thermostat.common.Filter;
 import com.redhat.thermostat.storage.core.Ref;
 
@@ -48,6 +49,7 @@
  * Active {@link Decorator}s are first queried against their filters
  * and then installed into the view if the filter passes. 
  */
+@ExtensionPoint
 public interface DecoratorProvider<T extends Ref> {
 
     Decorator getDecorator();