Make CmsUiProvider a functional interface.
authorMathieu Baudier <mbaudier@argeo.org>
Thu, 6 Oct 2016 15:56:17 +0000 (15:56 +0000)
committerMathieu Baudier <mbaudier@argeo.org>
Thu, 6 Oct 2016 15:56:17 +0000 (15:56 +0000)
git-svn-id: https://svn.argeo.org/commons/trunk@9254 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

org.argeo.cms.ui/src/org/argeo/cms/ui/CmsUiProvider.java

index 7e0e4faf3ab304de5fc504684f26c9d3b8dd44c2..e58874287944a8f01350b9a6e7767b776c01faf6 100644 (file)
@@ -7,6 +7,7 @@ import org.eclipse.swt.widgets.Composite;
 import org.eclipse.swt.widgets.Control;
 
 /** Stateless factory building an SWT user interface given a JCR context. */
+@FunctionalInterface
 public interface CmsUiProvider {
        /**
         * Initialises a user interface.