All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.mmm.util.pojo.descriptor.api.package-info Maven / Gradle / Ivy

The newest version!
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0 */
/**
 * Provides the API for introspection of {@link net.sf.mmm.util.pojo.api.Pojo}s. 
 * 

POJO Introspection API

This package provides the * {@link net.sf.mmm.util.pojo.descriptor.api.PojoDescriptorBuilder}. Unlike the {@link java.beans.Introspector} for * Java-beans or commons-beanutils, it works on any * {@link net.sf.mmm.util.pojo.api.Pojo} and is NOT limited by restrictions of the java-beans specification. Further it * fully supports the generic type-system introduced with Java5.
* Further there are many advanced features such as mapped or indexed getter/setter support, support to add and remove * items from a container property, etc. */ package net.sf.mmm.util.pojo.descriptor.api;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy