| 681 | } |
| 682 | |
| 683 | public interface Context { |
| 684 | |
| 685 | String ROOT = "_catRootMessageId"; |
| 686 | |
| 687 | String PARENT = "_catParentMessageId"; |
| 688 | |
| 689 | String CHILD = "_catChildMessageId"; |
| 690 | |
| 691 | String DISCARD = "_catDiscard"; |
| 692 | |
| 693 | void addProperty(String key, String value); |
| 694 | |
| 695 | String getProperty(String key); |
| 696 | } |
| 697 | |
| 698 | } |
nothing calls this directly
no outgoing calls
no test coverage detected