Namespace Java.Lang.Annotation
Classes
- Annotation
.NET implementations of https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html
- AnnotationFormatError
https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/AnnotationFormatError.html
- AnnotationTypeMismatchException
https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/AnnotationTypeMismatchException.html
- IncompleteAnnotationException
https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/IncompleteAnnotationException.html
Interfaces
- IAnnotation
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html
- IDocumented
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Documented.html
- IInherited
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Inherited.html
- INative
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Native.html
- IRepeatable
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Repeatable.html
- IRetention
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Retention.html
- ITarget
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Target.html