Home | History | Annotate | only in /external/objenesis
Up to higher level directory
NameDateSize
Android.bp21-Aug-20181.3K
Android.mk21-Aug-2018686
build.gradle21-Aug-2018227
LICENSE.txt21-Aug-201811.1K
main/21-Aug-2018
MODULE_LICENSE_APACHE221-Aug-20180
NOTICE21-Aug-201811.1K
README.android21-Aug-2018300
README.version21-Aug-2018209
tck/21-Aug-2018
tck-android/21-Aug-2018
update_source.sh21-Aug-20181.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