
com.github.thorbenkuck.di.annotations.aspects.Pure Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wire-di-annotations Show documentation
Show all versions of wire-di-annotations Show documentation
Easy and simple di using annotation processors
The newest version!
package com.github.thorbenkuck.di.annotations.aspects;
import java.lang.annotation.*;
/**
* Indicates that the annotated method should not be proxied, or an annotated class is not eligible for proxy creation.
*/
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.METHOD, ElementType.TYPE})
@Inherited
public @interface Pure {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy