xref: /aosp_15_r20/external/objenesis/README.android (revision 7181e2660d4ca83872eb23293fdced5fc95e6a42)
1Objenesis is a library which makes it easier to instantiate objects bypassing
2Java's standard constructor mechanism. This is sometimes useful in tests, and
3is used in particular by Mockito.
4
5See https://code.google.com/p/objenesis/
6
7The source code can be updated using the update_source.sh script.
8
9