Interface ProfileProperty.Factory
-
- Enclosing interface:
- ProfileProperty
public static interface ProfileProperty.Factory
A factory forProfileProperty
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileProperty
of(String name, String value, @Nullable String signature)
-
-
-
Method Detail
-
of
ProfileProperty of(String name, String value, @Nullable String signature)
-
-