1 package com.atlassian.plugins.rest.common.expand.entity; 2 3 public interface ListWrapper<T> { 4 ListWrapperCallback<T> getCallback(); 5 }