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

io.polyapi.plugin.model.function.CodeObject Maven / Gradle / Ivy

There is a newer version: 0.15.3
Show newest version
package io.polyapi.plugin.model.function;


import lombok.Getter;
import lombok.Setter;

import java.util.List;

@Getter
@Setter
public class CodeObject {
    private String packageName;
    private String className;
    private String methodName;
    private String params;
    private String availableContexts;
    private String code;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy