blob: 04f457a34f61cbaeb9c5170cea94bb9008572a86 [file] [log] [blame]
package org.eclipse.osbp.runtime.common.annotations;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Retention(RUNTIME)
@Target(FIELD)
public @interface SideKick {
}