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

com.atom.annotation.api.ApiImplHandler Maven / Gradle / Ivy

There is a newer version: 5.0.0
Show newest version
package com.atom.annotation.api;

public interface ApiImplHandler {
    void injection(ApiImplContext apiImplContext, Object object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy