| AuthorAssembler | Constructs a new descriptor from the Reflector for an `@author` tag. |
| DeprecatedAssembler | Constructs a new descriptor from the Reflector for an `@deprecated` tag. |
| ExampleAssembler | This class collects data from the example tag definition of the Reflection library, tries to find the correlating example file on disk and creates a complete Descriptor from that. |
| GenericTagAssembler | Base class for all assemblers. |
| LinkAssembler | Constructs a new descriptor from the Reflector for an `@link` tag. |
| MethodAssembler | Constructs a new descriptor from the Reflector for an `@method` tag. |
| ParamAssembler | Constructs a new descriptor from the Reflector for an `@param` tag. |
| PropertyAssembler | Constructs a new descriptor from the Reflector for an `@property` tag. |
| ReturnAssembler | Constructs a new descriptor from the Reflector for an `@return` tag. |
| SeeAssembler | Constructs a new Descriptor from a Reflector object for the `@see` tag. |
| SinceAssembler | Constructs a new descriptor from the Reflector for an `@since` tag. |
| ThrowsAssembler | Constructs a new descriptor from the Reflector for an `@throws` tag. |
| TypeCollectionAssembler | Creates a Collection of type-related value objects for the given Type Collection from the Reflector. |
| UsesAssembler | Base class for all assemblers. |
| VarAssembler | Constructs a new descriptor from the Reflector for an `@var` tag. |
| VersionAssembler | Constructs a new descriptor from the Reflector for an `@version` tag. |