Table of Contents

Interface IAnnotationValue

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

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

public interface IAnnotationValue

Properties

Value

object Value { get; }

Property Value

object

Methods

Accept<R, P>(AnnotationValueVisitor<R, P>, P)

R Accept<R, P>(AnnotationValueVisitor<R, P> arg0, P arg1)

Parameters

arg0 AnnotationValueVisitor<R, P>

AnnotationValueVisitor

arg1 P

P

Returns

R

R

Type Parameters

R
P