java-tutorials/libraries
Tomasz Lelek 5cd552a16b BAEL-634 javassist (#1349)
* BEEL-634 javassist dependency

* BEEL-634 code for javassist article

* BEEL-634 test refinement

* BEEL-634 increment lib to newest version

* add test that uses reflection to verify

* add field

* add bytecode to different class
2017-03-15 10:51:33 +01:00
..
src BAEL-634 javassist (#1349) 2017-03-15 10:51:33 +01:00
README.md BAEL-718 Quick intro to javatuplesMaster (#1389) 2017-03-13 18:12:19 +01:00
pom.xml BAEL-634 javassist (#1349) 2017-03-15 10:51:33 +01:00

README.md

The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.

The code examples related to different libraries should go in a new package.

Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.