com.google.code.rees.scope.container.PostConstructable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of struts2-conversation-scope-plugin Show documentation
Show all versions of struts2-conversation-scope-plugin Show documentation
A Struts2 plugin for leveraging conversation scopes in Struts2
package com.google.code.rees.scope.container;
public interface PostConstructable {
void init();
}