org.flips.model.FlipAnnotationAttributes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flips-core Show documentation
Show all versions of flips-core Show documentation
Flips Core framework, provides all the flip annotations, conditions and different advices
package org.flips.model;
import org.flips.utils.ValidationUtils;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
public class FlipAnnotationAttributes {
private Map attributes = new HashMap<>();
private FlipAnnotationAttributes(Map attributes) {
this.attributes = attributes;
}
private Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy