Home | History | Annotate | only in /external/objenesis
Up to higher level directory
NameDateSize
Android.mk06-Dec-20171.9K
build.gradle06-Dec-2017227
LICENSE.txt06-Dec-201711.1K
main/06-Dec-2017
MODULE_LICENSE_APACHE206-Dec-20170
NOTICE06-Dec-201711.1K
README.android06-Dec-2017300
README.version06-Dec-2017209
tck/06-Dec-2017
tck-android/06-Dec-2017
update_source.sh06-Dec-20171.5K

README.android

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

README.version

      1 URL: https://github.com/easymock/objenesis
      2 Version: 2.5
      3 BugComponent: 21001
      4 
      5 Local Modifications:
      6       Modified UnsafeFactoryInstantiator to use reflection to access Unsafe as it is not available on Android.
      7