Table of Contents

Interface IAnnotatedConstruct

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

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/javax/lang/model/AnnotatedConstruct.html

public interface IAnnotatedConstruct

Properties

AnnotationMirrors

List AnnotationMirrors { get; }

Property Value

List

Methods

GetAnnotation<A>(Class)

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

Parameters

arg0 Class

Class

Returns

A

A

Type Parameters

A

IAnnotation

GetAnnotationsByType<A>(Class)

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

Parameters

arg0 Class

Class

Returns

A[]

A

Type Parameters

A

IAnnotation