org.uberfire.commons.services.cdi.Veto Maven / Gradle / Ivy
Go to download
Collection of reusable (not depending on any other UberFire module) components for Uberfire.
package org.uberfire.commons.services.cdi;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.*;
@Retention(RUNTIME)
@Target({ TYPE })
public @interface Veto {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy