Samples JDK
package-info.java
1 /**
2  * \brief PropertyUtils Samples. To set and read from indexed properties.
3  *
4  * <p>
5  * PropertyUtils Samples.
6  * There are two tests.
7  * <p>
8  * <ul>
9  * <li>One is to pull the indexed properties from object using PropertyUtils.</li>
10  * <li>Second one is to set the indexed properties in the object.</li>
11  * </ul>
12  */
13 package com.freemindcafe.apache.commons.beanutils.sample1;