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

com.github.thorbenkuck.di.aspects.AspectInstance Maven / Gradle / Ivy

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