Package de.quantummaid.reflectmaid
Class ThirdPartyAnnotation
- java.lang.Object
-
- de.quantummaid.reflectmaid.ThirdPartyAnnotation
-
public final class ThirdPartyAnnotation extends Object
-
-
Constructor Summary
Constructors Constructor Description ThirdPartyAnnotation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescribe()booleanisAnnotatedWith(ResolvedType type)booleanisAnnotatedWith(ResolvedConstructor constructor)booleanisAnnotatedWith(ResolvedMethod method)static ThirdPartyAnnotationthirdPartyAnnotation(String... fullyQualifiedNames)
-
-
-
Method Detail
-
thirdPartyAnnotation
public static ThirdPartyAnnotation thirdPartyAnnotation(String... fullyQualifiedNames)
-
describe
public String describe()
-
isAnnotatedWith
public boolean isAnnotatedWith(ResolvedConstructor constructor)
-
isAnnotatedWith
public boolean isAnnotatedWith(ResolvedMethod method)
-
isAnnotatedWith
public boolean isAnnotatedWith(ResolvedType type)
-
-