Annotation Type DrillDown


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface DrillDown
    Annotation on a method that computes the Iterable<? extends VElement> children of a view-model element to drill down into for a delegated drill-down reveal step.
    Since:
    1.22
    See Also:
    RevealHelper.drillDown(Object, Object)