Class JAnnotation


  • public class JAnnotation
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JAnnotation()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static net.morimekta.providence.descriptor.PContainer.Type containerType​(net.morimekta.providence.reflect.contained.CAnnotatedDescriptor descriptor)  
      static boolean isDeprecated​(net.morimekta.providence.descriptor.PDescriptor descriptor)  
      static boolean isDeprecated​(JField field)  
      static boolean isDeprecated​(net.morimekta.providence.reflect.contained.CAnnotatedDescriptor value)  
      • Methods inherited from class java.lang.Object

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

      • JAnnotation

        public JAnnotation()
    • Method Detail

      • isDeprecated

        public static boolean isDeprecated​(JField field)
      • isDeprecated

        public static boolean isDeprecated​(net.morimekta.providence.reflect.contained.CAnnotatedDescriptor value)
      • isDeprecated

        public static boolean isDeprecated​(net.morimekta.providence.descriptor.PDescriptor descriptor)
      • containerType

        public static net.morimekta.providence.descriptor.PContainer.Type containerType​(net.morimekta.providence.reflect.contained.CAnnotatedDescriptor descriptor)