1   package com.atlassian.plugins.codegen;
2   
3   /**
4    * Marker interface for all objects that can be part of a {@link PluginProjectChangeset}.
5    */
6   public interface PluginProjectChange
7   {
8   }