public static class InteractionConstraintsConcern.HasInteractionConstraints extends Object implements AppliesToFilter
ALWAYS| Constructor and Description |
|---|
HasInteractionConstraints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
appliesTo(Method method,
Class<?> mixin,
Class<?> compositeType,
Class<?> fragmentClass)
Check if the Fragment should be applied or not.
|
public boolean appliesTo(Method method, Class<?> mixin, Class<?> compositeType, Class<?> fragmentClass)
AppliesToFilterappliesTo in interface AppliesToFiltermethod - method that is invokedmixin - mixin implementation for the methodcompositeType - composite typefragmentClass - fragment that is being applies