blob: 0df53d35c1c0a59dabded38ab8cd822d0e90ca82 [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 StateClass {
}