mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Merge pull request #1412 from eclipse/cd_cleanup
regenerated xtend code & cleanup imports
This commit is contained in:
commit
d62999c478
4 changed files with 5 additions and 5 deletions
|
@ -8,12 +8,12 @@
|
|||
*/
|
||||
package org.eclipse.xtext.ide.editor.bracketmatching;
|
||||
|
||||
import com.google.inject.Singleton;
|
||||
import java.util.Collections;
|
||||
import org.eclipse.xtext.ide.editor.bracketmatching.BracePair;
|
||||
import org.eclipse.xtext.ide.editor.bracketmatching.DefaultBracePairProvider;
|
||||
|
||||
import org.eclipse.xtext.xbase.lib.CollectionLiterals;
|
||||
|
||||
import com.google.inject.Singleton;
|
||||
|
||||
/**
|
||||
* @author kosyakov - Initial contribution and API
|
||||
*/
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
*/
|
||||
package org.eclipse.xtext.ide.server;
|
||||
|
||||
import org.eclipse.xtext.ide.server.ILanguageServerAccess;
|
||||
|
||||
/**
|
||||
* Interface for language specific extensions to LSP. Implementors should use {@link JsonRpcNotification} and {@link
|
||||
* JsonRpcRequest} annotations.
|
||||
|
|
|
@ -15,6 +15,7 @@ import org.eclipse.xtext.generator.trace.node.TracedProcessor;
|
|||
* @author Sven Efftinge - Initial contribution and API
|
||||
*/
|
||||
@Active(TracedProcessor.class)
|
||||
@SuppressWarnings("all")
|
||||
public @interface Traced {
|
||||
public String tracingSugarFieldName() default "_traceExtensions";
|
||||
public boolean useForDebugging() default false;
|
||||
|
|
|
@ -16,6 +16,7 @@ import org.eclipse.xtext.generator.trace.node.TracedAccessorsProcessor;
|
|||
* @author Sven Efftinge - Initial contribution and API
|
||||
*/
|
||||
@Active(TracedAccessorsProcessor.class)
|
||||
@SuppressWarnings("all")
|
||||
public @interface TracedAccessors {
|
||||
public Class<? extends EFactory>[] value();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue