All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.sheigutn.pushbullet.items.PushbulletContainer Maven / Gradle / Ivy

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