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

com.jahnelgroup.jackson.security.entity.EntityCreatedByProvider.kt Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.jahnelgroup.jackson.security.entity

/**
 * Defines the specification for determining the creator/owner of
 * the target POJO.
 *
 * @author Steven Zgaljic
 * @since 1.0.0
 */
interface EntityCreatedByProvider {

    /**
     * @return the creator/owner of the target POJO
     */
    fun getCreatedBy(target: Any) : String

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy