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

com.flowlogix.web.services.annotations.CDI Maven / Gradle / Ivy

There is a newer version: 4.0.9
Show newest version
/**
 * @(#)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 - 2024 Weber Informatics LLC | Privacy Policy