
com.github.thorbenkuck.di.aspects.AspectInstance Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wire-di-runtime-environment Show documentation
Show all versions of wire-di-runtime-environment Show documentation
Easy and simple di using annotation processors
The newest version!
package com.github.thorbenkuck.di.aspects;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.lang.annotation.Annotation;
public interface AspectInstance {
@Nullable
Object process(@NotNull final ExecutionContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy