Uses of Package
guru.mikelue.jdut.annotation
-
Packages that use guru.mikelue.jdut.annotation Package Description guru.mikelue.jdut.annotation Defines annotations could be used to integrate testing framework. -
Classes in guru.mikelue.jdut.annotation used by guru.mikelue.jdut.annotation Class Description IfDatabaseVendor Defines the annotation used to check if the current vendor is matched the environment(implemented by container, framework., etc.).
The default value isDatabaseVendor.Unknown
, which means nothing to checked(everything is passed always).JdutResourceConfig As tagging interface to implementation, used withJdutResource
annotation.