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

net.alantea.storex.AddElements Maven / Gradle / Ivy

package net.alantea.storex;

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

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

/**
 * The Interface AddElements.
 */
@Retention(RUNTIME)
@Target(METHOD)
@Inherited 
public @interface AddElements
{
   
   /**
    * Value.
    *
    * @return the adds the element
    */
   public AddElement[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy