StreamHandsOff
Indicates that the annotated code should not be modified without consulting the team.
Parameters
reason
For example:
@StreamHandsOff(reason = "If you move a card, the house is collapsed") public class HouseOfCards { }*