regen xtend code

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2020-03-06 06:58:16 +01:00
parent f7650e0bbc
commit 1dad4d1454
2 changed files with 2 additions and 0 deletions

View file

@ -15,5 +15,6 @@ import org.eclipse.xtext.util.internal.EmfAdaptableProcessor;
* @author Sven Efftinge - Initial contribution and API
*/
@Active(EmfAdaptableProcessor.class)
@SuppressWarnings("all")
public @interface EmfAdaptable {
}

View file

@ -17,5 +17,6 @@ import org.eclipse.xtext.util.internal.LogProcessor;
@Beta
@Target(ElementType.TYPE)
@Active(LogProcessor.class)
@SuppressWarnings("all")
public @interface Log {
}