[hibernate-issues] [Hibernate-JIRA] Created: (HHH-5520) Per org.hibernate.cache.RegionFactory javadocs, implementors should be allowed to use no-arg constructor

Steve Ebersole (JIRA) noreply at atlassian.com
Tue Aug 31 14:37:18 EDT 2010


Per org.hibernate.cache.RegionFactory javadocs, implementors should be allowed to use no-arg constructor
--------------------------------------------------------------------------------------------------------

                 Key: HHH-5520
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-5520
             Project: Hibernate Core
          Issue Type: Bug
    Affects Versions: 3.6.0.Beta3, 3.5.5
            Reporter: Steve Ebersole
            Assignee: Steve Ebersole
             Fix For: 3.6.0.Beta4


{code}
/**
 * ...
 * Implementors should define a constructor in one of two forms:<ul>
 * <li>MyRegionFactoryImpl({@link java.util.Properties})</li>
 * <li>MyRegionFactoryImpl()</li>
 * </ul>
 * ...
 */
public interface RegionFactory {
}
{code}


Currently we only check for the former.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list