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

com.bladecoder.engine.actions.ActionPropertyDescription Maven / Gradle / Ivy

There is a newer version: 4.3.1
Show newest version
package com.bladecoder.engine.actions;

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

@Retention(RetentionPolicy.RUNTIME)
public @interface ActionPropertyDescription {
	String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy