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

io.datakernel.di.annotation.Export Maven / Gradle / Ivy

package io.datakernel.di.annotation;

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

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

@Target(METHOD)
@Retention(RUNTIME)
public @interface Export {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy