@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
public interface RPLMethod
extends java.lang.annotation.Annotation
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description() |
java.lang.String |
returnType() |
java.lang.String[] |
samples() |
java.lang.String |
syntax() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.