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

net.sf.mmm.util.component.package-info Maven / Gradle / Ivy

The newest version!
/* $Id: package-info.java 383 2007-12-20 08:21:33Z hohwille $
 * Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
 * http://www.apache.org/licenses/LICENSE-2.0 */
/**
 * Contains useful classes for implementing components.
 * 

Component Utilities

* With JSR 250 (commons-annotations) it is very easy to write components and * therefore component-oriented applications.
* This package provides some common runtime exceptions for typical errors * of components (or whatever you call it).
* Additionally {@link net.sf.mmm.util.component.InitializationState} * can be used to implement a component that requires strict * {@link javax.annotation.PostConstruct initialization} and wants to ensure * that some methods have to be called before and others after initialization. */ package net.sf.mmm.util.component;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy