-
Interface Summary
Interface |
Description |
Accessibility |
This interface is used to document the concept and meaning of accessibility (of a user-interface).
|
Security |
This interface is used to document the concern security and track special support that we offer for this
purpose.
|
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.