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

com.github.thorbenkuck.di.annotations.aspects.Facet Maven / Gradle / Ivy

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