Class AnnotationConstants

java.lang.Object
org.springframework.integration.annotation.AnnotationConstants

public final class AnnotationConstants
extends java.lang.Object
Common value constants for annotation attributes.
Since:
4.1
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String NULL
    Constant defining a value as a replacement for null which we cannot use in annotation attributes.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • NULL

      public static final java.lang.String NULL
      Constant defining a value as a replacement for null which we cannot use in annotation attributes.
      See Also:
      Constant Field Values