tangentum technologies    
 

Deutsch

   
   
 
    in-class-from-subpackage

in-class-from-subpackage

Name

in-class-from-subpackage -- Selects methods that are defined in subpackages of a specified set of packages.

Synopsis

<... ... in-class-from-subpackage="package-name (, package-name)*" ... />

Description

This condition-attribute evaluates to true for methods that are defined in classes which are members of a direct or transitive subpackage of one of the specified packages.

The packages are given as a comma-separated list of package-names. The order of the given package-names is not important. Each package-name should follow the conventions used for naming packages in Java.

Specifying unnamed packages: Specifying the unnamed package has no effect, because the unnamed package has no subpackages as member. Therefore an empty package-name will be ignored.

For an elaborated example see in-class-from-package-or-subpackage.