
com.activitystream.core.model.interfaces.HasAspects Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of as-sdk Show documentation
Show all versions of as-sdk Show documentation
AS-SDK is a java library to allow easy interoperability with Activity Stream.
package com.activitystream.core.model.interfaces;
import com.activitystream.core.model.aspects.AspectManager;
public interface HasAspects extends LinkedElement {
AspectManager getAspectManager();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy