Skip navigation links

Package net.sf.mmm.util.lang.api.concern

Contains abstract interfaces to tag common concerns of objects.

See: Description

Package net.sf.mmm.util.lang.api.concern Description

Contains abstract interfaces to tag common concerns of objects.

Util Lang API Concern

This package contains marker interfaces used to tag and track common concerns of the project. Such concern is typically a cross cutting requirement that is well supported by this project. By inheriting such interface another class or interface is tagged as related with the concern in the manner of supports the concern. This helps to document such relation in a bidirectional way. You can also use the concern to find all spots that are tagged with it in JavaDoc or your favorite IDE.
Skip navigation links

Copyright © 2001–2014 mmm-Team. All rights reserved.