This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch docs
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/docs by this push:
     new 5bb81af51c Fix leftover TODO-297 items: 03.14 duplicate *Apply row + 
doclinks (READY-302)
5bb81af51c is described below

commit 5bb81af51c34685fafe5e132fbf9f2f432dcc7c9
Author: James Bognar <[email protected]>
AuthorDate: Sun Jul 26 14:05:59 2026 -0400

    Fix leftover TODO-297 items: 03.14 duplicate *Apply row + doclinks 
(READY-302)
    
    Removes the duplicate BeanCtorApply row and retargets the 16 mislinked
    entries (Example, NameProperty, ParentProperty, Swap, Uri, and the
    per-format annotations) from their base-annotation doclinks to their
    real *Apply-suffixed siblings, verified against juneau-core source.
    This is the one sub-item from READY-302's original scope that was not
    executed in that batch (see FINISHED-302).
    
    Co-authored-by: Cursor <[email protected]>
---
 pages/topics/03.14.DynamicallyAppliedAnnotations.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/topics/03.14.DynamicallyAppliedAnnotations.md 
b/pages/topics/03.14.DynamicallyAppliedAnnotations.md
index 8665dc3975..255e032f58 100644
--- a/pages/topics/03.14.DynamicallyAppliedAnnotations.md
+++ b/pages/topics/03.14.DynamicallyAppliedAnnotations.md
@@ -49,7 +49,7 @@ Each `*Apply` annotation has an `on()`/`onClass()` targeting 
method and applies
 specified targets.  The available `*Apply` annotations are:
 
 <tree>
-<node-0><javac-annotation><a 
href="/site/apidocs/org/apache/juneau/marshall/BeanTypeApply.html" 
target="_blank">BeanTypeApply</a></javac-annotation> <javac-annotation><a 
href="/site/apidocs/org/apache/juneau/marshall/MarshalledApply.html" 
target="_blank">MarshalledApply</a></javac-annotation> <javac-annotation><a 
href="/site/apidocs/org/apache/juneau/marshall/BeanCtorApply.html" 
target="_blank">BeanCtorApply</a></javac-annotation> <javac-annotation><a 
href="/site/apidocs/org/apache/junea [...]
+<node-0><javac-annotation><a 
href="/site/apidocs/org/apache/juneau/marshall/BeanTypeApply.html" 
target="_blank">BeanTypeApply</a></javac-annotation> <javac-annotation><a 
href="/site/apidocs/org/apache/juneau/marshall/MarshalledApply.html" 
target="_blank">MarshalledApply</a></javac-annotation> <javac-annotation><a 
href="/site/apidocs/org/apache/juneau/marshall/BeanCtorApply.html" 
target="_blank">BeanCtorApply</a></javac-annotation> <javac-annotation><a 
href="/site/apidocs/org/apache/junea [...]
 </tree>
 
 The valid pattern matches are:

Reply via email to