StreamHandsOff

annotation class StreamHandsOff(val reason: String)

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 { }
*

Properties

Link copied to clipboard