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

com.github.nill14.utils.init.api.IPojoDestroyer Maven / Gradle / Ivy

The newest version!
//package com.github.nill14.utils.init.api;
//
//import java.io.Serializable;
//
//public interface IPojoDestroyer extends Serializable {
//
//	 void destroy(IPropertyResolver resolver, IBeanDescriptor beanDescriptor, Object instance);
//
//	static IPojoDestroyer empty() {
//		return new IPojoDestroyer() {
//			
//			@Override
//			public  void destroy(IPropertyResolver resolver, IBeanDescriptor beanDescriptor, Object instance) {
//				// TODO Auto-generated method stub
//				
//			}
//		};
//	}
//	
//	static IPojoDestroyer standard() {
//		return empty();
//	}
//}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy