Table of Contents

Interface IAnnotatedConstruct

Namespace
Javax.Lang.Model
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IAnnotatedConstruct

Properties

AnnotationMirrors

List AnnotationMirrors { get; }

Property Value

List

Methods

GetAnnotation<A>(Class)

A GetAnnotation<A>(Class arg0) where A : IAnnotation, new()

Parameters

arg0 Class

Class

Returns

A

A

Type Parameters

A

IAnnotation

GetAnnotationsByType<A>(Class)

A[] GetAnnotationsByType<A>(Class arg0) where A : IAnnotation, new()

Parameters

arg0 Class

Class

Returns

A[]

A

Type Parameters

A

IAnnotation