Annotation Type FcServerType


@Retention(RUNTIME) @Target(TYPE) public @interface FcServerType
Markup annotation for controlling initialization of classes inside plugins through the plugin or portal manager.
Author:
XIMA MEDIA GmbH
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • frontend

      boolean frontend
      Returns:
      true if annotated class can be instantiated on frontend-server, otherwise false
      Default:
      true