Annotation Type InitializationHint

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] packageNames
      Configure initialization for a set of packages.
      String[] typeNames
      Alternative way to configure initialization, should be used when type visibility prevents using Class references, or for nested types which should be specified using a $ separator (for example com.example.Foo$Bar).
      Class<?>[] types
      Preferred way to configure initialization.
      • types

        Class<?>[] types
        Preferred way to configure initialization.
        Returns:
        the types
        Default:
        {}
      • typeNames

        String[] typeNames
        Alternative way to configure initialization, should be used when type visibility prevents using Class references, or for nested types which should be specified using a $ separator (for example com.example.Foo$Bar).
        Returns:
        the type names
        Default:
        {}
      • packageNames

        String[] packageNames
        Configure initialization for a set of packages.
        Returns:
        the package names
        Default:
        {}