
com.github.thorbenkuck.di.annotations.aspects.Facet 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.*;
/**
* Marks an annotated class as a Facet, which may hold any amount of Aspects.
*/
@Retention(RetentionPolicy.CLASS)
@Target(ElementType.TYPE)
@Inherited
public @interface Facet {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy