Skip to content

Commit

Permalink
Merge pull request #141
Browse files Browse the repository at this point in the history
Add 'since' attribute to the 'attribute' tag of the Stapler tag library
  • Loading branch information
duemir authored Mar 16, 2023
2 parents b03a4ab + 2fbd99b commit a888874
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,11 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="since">
<xsd:annotation>
<xsd:documentation>Used to track when the attribute was added to the API surface.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="trim">
<xsd:annotation>
<xsd:documentation/>
Expand Down

0 comments on commit a888874

Please sign in to comment.