]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.suite.e4/src/org/argeo/suite/e4/ActiveFeature.java
Use latest Argeo Commons.
[gpl/argeo-suite.git] / org.argeo.suite.e4 / src / org / argeo / suite / e4 / ActiveFeature.java
1
2 package org.argeo.suite.e4;
3
4 import org.eclipse.e4.core.di.annotations.Evaluate;
5
6 public class ActiveFeature {
7
8
9 public ActiveFeature() {
10 super();
11 }
12
13 @Evaluate
14 public boolean evaluate() {
15 return false;
16 }
17 }