(@NotNull Class<? extends Serializable> cls)
| 244 | } |
| 245 | |
| 246 | public static void register(@NotNull Class<? extends Serializable> cls) { |
| 247 | beanFactory.register(cls); |
| 248 | } |
| 249 | |
| 250 | public static long getSpecialTypeIdFromBean(@NotNull Serializable bean) { |
| 251 | return bean.typeId(); |
no outgoing calls
no test coverage detected