Annotation Type ConditionalOnJndi

    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      String[]value
      JNDI Locations, one of which must exist.
    • Element Detail

      • value

        String[] value
        JNDI Locations, one of which must exist. If no locations are specific the condition matches solely based on the presence of an InitialContext.
        Returns:
        the JNDI locations
        Default:
        {}