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

org.omnifaces.persistence.event.Updated Maven / Gradle / Ivy

There is a newer version: 0.22.J1
Show newest version
package org.omnifaces.persistence.event;

import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

import javax.inject.Qualifier;

@Qualifier
@Retention(RUNTIME)
@Target(PARAMETER)
public @interface Updated {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy