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

com.github.database.rider.cdi.api.RiderPU Maven / Gradle / Ivy

There is a newer version: 1.44.0
Show newest version
package com.github.database.rider.cdi.api;

import javax.enterprise.inject.Any;
import javax.enterprise.inject.Default;
import javax.inject.Qualifier;
import java.lang.annotation.*;

/**
 * @since 1.9.0
 * Created by rafael-pestano on 10/12/2019.
 *
 */
@Qualifier
@Any
@Default
@Inherited
@Target({ ElementType.TYPE, ElementType.METHOD, ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface RiderPU {

    String value() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy