GenerateAuthoringComponent Namespace?

Noob Question :

using Unity.Entities;
using System;

[GenerateAuthoringComponent]
public struct PrefabEntityComponent : IComponentData
{
public Entity prefabGameobject;

}

What Directive/Namespace is required for [GenerateAuthoringComponent] please?

The very first google hit for GenerateAuthoringComponent leads me to think it’s not available yet.