Module org.tquadrat.foundation.base
Annotation Interface MountPoint
@ClassVersion(sourceVersion="$Id: MountPoint.java 1042 2022-12-26 14:05:06Z tquadrat $")
@API(status=STABLE,
since="0.1.0")
@Documented
@Retention(SOURCE)
@Target(METHOD)
public @interface MountPoint
The marker annotation for methods that are meant to be overwritten in child
classes.
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: MountPoint.java 1042 2022-12-26 14:05:06Z tquadrat $
- Since:
- 0.1.0
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Optionally provides a short description on how to use this mount-point.- Returns:
- The description of the mount point.
- Default:
""
-