Class SimpleNativeContext

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Collection<java.lang.annotation.Annotation> annotations  
      private Runtime runtime  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleNativeContext​(Runtime runtime, java.util.Collection<java.lang.annotation.Annotation> annotations)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.annotation.Annotation> getAnnotations()
      Gets a sorted list of annotations
      Runtime getRuntime()
      Gets the Runtime used for the conversion.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • runtime

        private final Runtime runtime
      • annotations

        private final java.util.Collection<java.lang.annotation.Annotation> annotations
    • Constructor Detail

      • SimpleNativeContext

        SimpleNativeContext​(Runtime runtime,
                            java.util.Collection<java.lang.annotation.Annotation> annotations)