Interface IAnnotatedConstruct
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.compiler/javax/lang/model/AnnotatedConstruct.html
public interface IAnnotatedConstruct
Properties
AnnotationMirrors
List AnnotationMirrors { get; }
Property Value
Methods
GetAnnotation<A>(Class)
A GetAnnotation<A>(Class arg0) where A : IAnnotation, new()
Parameters
Returns
- A
A
Type Parameters
GetAnnotationsByType<A>(Class)
A[] GetAnnotationsByType<A>(Class arg0) where A : IAnnotation, new()
Parameters
Returns
- A[]
A