Samples JDK
package-info.java
1 /**
2  * \brief Data object should have a public constructor.
3  *
4  * Otherwise response will not be written and we will get the following message.
5  * <i>No message body writer has been found for response class ArrayList.</i>
6  */
7 package com.freemindcafe.apache.cxf.jaxrs.sample3;