You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are a number of fundamental annotations that we are still considering changing / refining:
@Final
- not yet implemented.final
") or is the annotation good?@Abstract
- implemented, but some changes likely.abstract
") or is the annotation good? Likely changes:@Abstract
@Unassigned
) and it is not marked as@Abstract
@Doc
/** ... */
comments would automatically produce@Doc
annotations behind the scenes.@param
and@return
documentation tags would become@Doc
annotations on the child Parameter structures.@Doc
annotations will support (provide the information for) thexdoc
utility.@Pragma
- we're considering introducing an annotation to allow various compile-time warnings to be suppressed.Also, as mentioned on the other thread:
@Transient
- a new annotation for marking properties that are never passed through a service boundaryBeta Was this translation helpful? Give feedback.
All reactions