mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
commit
0fd063d73b
2 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
}
|
||||
|
|
|
@ -17,5 +17,6 @@ import org.eclipse.xtext.util.internal.LogProcessor;
|
|||
@Beta
|
||||
@Target(ElementType.TYPE)
|
||||
@Active(LogProcessor.class)
|
||||
@SuppressWarnings("all")
|
||||
public @interface Log {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue