com.flowlogix.web.services.annotations.CDI Maven / Gradle / Ivy
/**
* @(#)CDI.java
*
* Copyright 2009 by Movellas ApS
* All rights reserved.
*/
package com.flowlogix.web.services.annotations;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
/**
*
* @author Magnus
*/
@Target(
{ FIELD})
@Retention(RUNTIME)
public @interface CDI {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy