com.github.sheigutn.pushbullet.items.PushbulletContainer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pushbullet-java-8 Show documentation
Show all versions of pushbullet-java-8 Show documentation
Pushbullet Library for Java 8
The newest version!
package com.github.sheigutn.pushbullet.items;
import com.github.sheigutn.pushbullet.Pushbullet;
import lombok.Data;
@Data
public abstract class PushbulletContainer {
/**
* The pushbullet instance that this object is linked to
*/
private transient Pushbullet pushbullet;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy