Annotation Type Via

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<? extends ViaProviderType> type
      The specific ViaProvider which will handle retrieval of the adaptable.
      String value
      A string value which the via provider uses to determine the correct adaptable.
    • Element Detail

      • value

        String value
        A string value which the via provider uses to determine the correct adaptable.
        Default:
        ""
      • type

        Class<? extends ViaProviderType> type
        The specific ViaProvider which will handle retrieval of the adaptable.
        Default:
        org.apache.sling.models.annotations.via.BeanProperty.class