com.atlassian.connect.spring.ForgeAppModule Maven / Gradle / Ivy
package com.atlassian.connect.spring;
/**
* Information about the AppModule type making the request
*/
public class ForgeAppModule {
private String type;
private String key;
}