Annotation Interface TestServerOnly


@Retention(RUNTIME) @Target(TYPE) public @interface TestServerOnly
Marker Annotation for Objects that should be active only on a testserver
Author:
madmetzger
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
    Property name for a system property that must be set to make a server a testserver
  • Field Details

    • TEST_SERVER_PROPERTY

      static final String TEST_SERVER_PROPERTY
      Property name for a system property that must be set to make a server a testserver
      See Also:
      Constant Field Values