Javadoc for package XXX

Packages 
Package Description
org.jmock
The jMock "Domain-Specific Embedded Language" API.
org.jmock.api
The stable API that is used to extend jMock at its published plug-in points.
org.jmock.auto  
org.jmock.auto.internal  
org.jmock.example.announcer  
org.jmock.example.gettingstarted  
org.jmock.example.qcon  
org.jmock.example.sniper  
org.jmock.example.timedcache  
org.jmock.imposters
These classes are tested in jmock-legacy to avoid a dependency on cglib and asm
org.jmock.integration.junit3
Integrates jMock with JUnit 3.
org.jmock.integration.junit4
Integrates jMock with JUnit 4.
org.jmock.internal
This package contains internal implementation details.
org.jmock.internal.matcher  
org.jmock.junit5
Integrates jMock with JUnit 5.
org.jmock.lib
Implementations of the core interfaces that are used to adjust or extend jMock's basic functionality.
org.jmock.lib.action
Actions that fake the behaviour of mocked invocations.
org.jmock.lib.concurrent
Classes to help test concurrent code with jMock.
org.jmock.lib.concurrent.internal  
org.jmock.lib.legacy
Plugins that make it easier to use jMock with legacy code.
org.jmock.lib.script
Plugins that make it easier to write custom actions by scripting their behaviour with BeanShell.
org.jmock.syntax
Interfaces that define jMock's Domain Specific Embedded Language.
org.jmock.testjar