![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.annotation.extension.With Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.common Show documentation
Show all versions of tsl2.nano.common Show documentation
TSL2 Framework Commons (Collections, Actions/Excecution, Readers, Xml, Print, Mail, FuzzyFinder, Proxies, Network-Structure)
The newest version!
package de.tsl2.nano.annotation.extension;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Repeatable;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Retention(RUNTIME)
@Target({TYPE, METHOD, PARAMETER})
@Repeatable(Withs.class)
public @interface With {
Class extends AnnotationFactory, ?>> value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy