1 package com.atlassian.plugins.codegen; 2 3 /** 4 * Interface for {@link PluginProjectChange} objects that should not be logged individually. 5 */ 6 public interface SummarizeAsGroup 7 { 8 String getGroupName(); 9 }