Interface IAnnotatedConstruct
.NET interface for TO BE DEFINED FROM USER
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