Annotation Interface MountPoint
@ClassVersion(sourceVersion="$Id: MountPoint.java 1259 2026-06-05 20:29:42Z 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 1259 2026-06-05 20:29:42Z tquadrat $
- Since:
- 0.1.0
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanFlag that indicates whether an overriding implementation should call thesuperimplementation.Optionally provides a short description on how to use this mount-point.
-
Element Details
-
value
-
shouldCallSuper
Flag that indicates whether an overriding implementation should call thesuperimplementation.- Returns:
trueif thesuperimplementation should be called,false(the default) if not.
- Default:
false
-
