
com.activitystream.Aspect Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
For a description please see https://github.com/activitystream/as-sdk-java
package com.activitystream;
import java.util.Map;
import java.util.Set;
public interface Aspect {
void addToObject(Map jsonObject, Set processed);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy