All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.fhframework.annotations.ExitLabel Maven / Gradle / Ivy

There is a newer version: 4.10.401
Show newest version
package pl.fhframework.annotations;

import java.lang.annotation.Repeatable;

/**
 * Created by Gabriel on 17.01.2016.
 */
@Repeatable(value = MultipleExitLabels.class)
public @interface ExitLabel {
    int exitNumber() default -1;
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy