Class TypePool.Default.ComponentTypeLocator.ForAnnotationProperty.Bound

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Bound​(java.lang.String name)
      Creates a new bound component type locator for an annotation property.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      java.lang.String lookup()
      Lazily returns the binary name of the array component type of an annotation value.
      • Methods inherited from class java.lang.Object

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

      • Bound

        protected Bound​(java.lang.String name)
        Creates a new bound component type locator for an annotation property.
        Parameters:
        name - The name of the annotation property.