net.sf.mmm.util.pojo.api
Interface Pojo


public interface Pojo

This interface is only used for documentation of what is meant by the term POJO:
A POJO is a shortcut for Plain Old Java Object and simply means any Java object containing or providing data. While the java beans specification is generally a good idea to follow, it is sometimes too restrictive. E.g. you might want to name a boolean getter with the prefix "has" or want to have a primitive type as setter argument while the getter has the according object type. A POJO is NOT limited by such restrictions. However the following conventions should be considered:

ATTENTION:
Do NOT use this interface in your code. Its only purpose is to document the meaning of the term POJO.

Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)



Copyright © 2001-2010 mmm-Team. All Rights Reserved.