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

org.flips.annotation.FlipOnOff Maven / Gradle / Ivy

Go to download

Flips Core framework, provides all the flip annotations, conditions and different advices

There is a newer version: 1.1
Show newest version
package org.flips.annotation;

import org.flips.condition.FlipCondition;

import java.lang.annotation.*;

@Target(ElementType.ANNOTATION_TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface FlipOnOff {

    Class value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy