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

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

package pl.fhframework.annotations;

import java.lang.annotation.*;

/**
 * Created by Gabriel on 01.06.2016.
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD})
public @interface MultipleAvailabilityRuleMethods {
    AvailabilityRuleMethod[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy