Skip to content

Instantly share code, notes, and snippets.

@theopendle
Created March 21, 2020 19:39
Show Gist options
  • Select an option

  • Save theopendle/bc6ce0dc51ad9583169b9ce406be324b to your computer and use it in GitHub Desktop.

Select an option

Save theopendle/bc6ce0dc51ad9583169b9ce406be324b to your computer and use it in GitHub Desktop.
import lombok.NonNull;
import org.apache.sling.api.SlingHttpServletRequest;
public interface DataSourceService {
SlingHttpServletRequest getDataFromSource(@NonNull SlingHttpServletRequest request);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment