Package it.tidalwave.util.spi
Class AsSupportTest.RoleFactory3
- java.lang.Object
-
- it.tidalwave.util.spi.AsSupportTest.RoleFactory3
-
- All Implemented Interfaces:
RoleFactory<java.lang.Object>
- Enclosing class:
- AsSupportTest
public static class AsSupportTest.RoleFactory3 extends java.lang.Object implements RoleFactory<java.lang.Object>
-
-
Constructor Summary
Constructors Constructor Description RoleFactory3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
createRoleFor(java.lang.Object owner)
-
-
-
Method Detail
-
createRoleFor
@Nonnull public java.lang.Object createRoleFor(@Nonnull java.lang.Object owner)
- Specified by:
createRoleFor
in interfaceRoleFactory<java.lang.Object>
-
-