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

edu.ksu.canvas.annotation.CanvasObject Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package edu.ksu.canvas.annotation;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.RUNTIME)
public @interface CanvasObject {
    String postKey();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy