Skip to content

Commit 1219bf5

Browse files
committed
Lint for the annotations utils
1 parent 7b96d2b commit 1219bf5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package com.jwebmp.core.databind;
2+
3+
import com.guicedee.guicedinjection.interfaces.IDefaultService;
4+
import com.jwebmp.core.base.html.interfaces.GlobalChildren;
5+
import com.jwebmp.core.base.interfaces.IComponentHierarchyBase;
6+
7+
public interface IOnComponentConfigured<J extends IOnComponentConfigured<J>> extends IDefaultService<J>
8+
{
9+
/**
10+
* intercepts the html render and provides a return value on whether children should be rendered
11+
*
12+
* @param component The component being added
13+
*/
14+
void onComponentConfigured(IComponentHierarchyBase<GlobalChildren, ?> parent, IComponentHierarchyBase<GlobalChildren, ?> component);
15+
}

0 commit comments

Comments
 (0)